3.62 \(\int e^x \sin (e^x) \, dx\)

Optimal. Leaf size=6 \[ -\cos \left (e^x\right ) \]

[Out]

-Cos[E^x]

________________________________________________________________________________________

Rubi [A]  time = 0.0083315, antiderivative size = 6, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 8, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.25, Rules used = {2282, 2638} \[ -\cos \left (e^x\right ) \]

Antiderivative was successfully verified.

[In]

Int[E^x*Sin[E^x],x]

[Out]

-Cos[E^x]

Rule 2282

Int[u_, x_Symbol] :> With[{v = FunctionOfExponential[u, x]}, Dist[v/D[v, x], Subst[Int[FunctionOfExponentialFu
nction[u, x]/x, x], x, v], x]] /; FunctionOfExponentialQ[u, x] &&  !MatchQ[u, (w_)*((a_.)*(v_)^(n_))^(m_) /; F
reeQ[{a, m, n}, x] && IntegerQ[m*n]] &&  !MatchQ[u, E^((c_.)*((a_.) + (b_.)*x))*(F_)[v_] /; FreeQ[{a, b, c}, x
] && InverseFunctionQ[F[x]]]

Rule 2638

Int[sin[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[Cos[c + d*x]/d, x] /; FreeQ[{c, d}, x]

Rubi steps

\begin{align*} \int e^x \sin \left (e^x\right ) \, dx &=\operatorname{Subst}\left (\int \sin (x) \, dx,x,e^x\right )\\ &=-\cos \left (e^x\right )\\ \end{align*}

Mathematica [A]  time = 0.0093841, size = 6, normalized size = 1. \[ -\cos \left (e^x\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[E^x*Sin[E^x],x]

[Out]

-Cos[E^x]

________________________________________________________________________________________

Maple [A]  time = 0.003, size = 6, normalized size = 1. \begin{align*} -\cos \left ({{\rm e}^{x}} \right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(x)*sin(exp(x)),x)

[Out]

-cos(exp(x))

________________________________________________________________________________________

Maxima [A]  time = 0.980391, size = 7, normalized size = 1.17 \begin{align*} -\cos \left (e^{x}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x)*sin(exp(x)),x, algorithm="maxima")

[Out]

-cos(e^x)

________________________________________________________________________________________

Fricas [A]  time = 0.464562, size = 15, normalized size = 2.5 \begin{align*} -\cos \left (e^{x}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x)*sin(exp(x)),x, algorithm="fricas")

[Out]

-cos(e^x)

________________________________________________________________________________________

Sympy [A]  time = 0.298982, size = 5, normalized size = 0.83 \begin{align*} - \cos{\left (e^{x} \right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x)*sin(exp(x)),x)

[Out]

-cos(exp(x))

________________________________________________________________________________________

Giac [A]  time = 1.16469, size = 7, normalized size = 1.17 \begin{align*} -\cos \left (e^{x}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x)*sin(exp(x)),x, algorithm="giac")

[Out]

-cos(e^x)